Skip to main content
Version: current

User Info - Fetch User profile info

This API fetches the user's profile information. Required OAuth scope: user:read - To grant permission to read the user's profile information.

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
Responses

Success


Schema
    _id string

    A unique identifier for the user.

    name string

    The user's first name.

    lname string

    The user's last name.

    email string

    The user's email address.

Loading...